Skip to content

disable array reader cache for nested fields#9065

Closed
adriangb wants to merge 1 commit intoapache:mainfrom
pydantic:disable-cache-nested
Closed

disable array reader cache for nested fields#9065
adriangb wants to merge 1 commit intoapache:mainfrom
pydantic:disable-cache-nested

Conversation

@adriangb
Copy link
Copy Markdown
Contributor

I'm not sure if this is the best approach.

While working on Parquet struct filter / projection pushdown I found this limitation.
If you try to read a struct column in both a projection and filter you get a panic that traces back to:

fn get_def_levels(&self) -> Option<&[i16]> {
None // we don't allow nullable parent for now.
}

(this causes an upstream panic because the child reader needs to know the nullability of the parent, I think)

@github-actions github-actions bot added the parquet Changes to the parquet crate label Dec 30, 2025
@adriangb adriangb closed this Dec 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

parquet Changes to the parquet crate

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant